Html Css Color HEX #CBDF73 Mindaro

📋 copy color: '#CBDF73'

red 203 ◦ green 223 ◦ blue 115

#CBDF73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CBDF73

Tints of Mindaro #CBDF73

RGB

 RED value IS 203 (79.69% from 255) = 37.52%

 GREEN value IS 223 (87.5% from 255) = 41.22%

 BLUE value IS 115 (45.31% from 255) = 21.26%

R = 37.52%
G = 41.22%
B = 21.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBDF73 (or 0xCBDF73) is known color: Mindaro. HEX triplet: CB, DF and 73. RGB value is (203,223,115). Sum of RGB (Red+Green+Blue) = 203+223+115=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF73 is #34208C. Grayscale: #CDCDCD. Windows color (decimal): -3416205 or 7593931. OLE color: 7593931.

HSL color Cylindrical-coordinate representation of color #CBDF73: hue angle of 71.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBDF73 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 223 115 -
CMYK 0.09 0 0.48 0.13
HSL 71.11º 0.63% 0.66% -
HSV(B) 71.11º 0.48% 0.87% -
XYZ 54.11 66.71 26.24 -
YUV 204.71 77.37 126.78 -
System Red Green Blue C M Y K H S L
Decimal 203 223 115 0.09 0 0.48 0.13 71.11 0.63 0.66
Hex CB DF 73 9 0 30 D 47 3F 42
Octal 313 337 163 11 0 60 15 107 77 102
Binary 11001011 11011111 1110011 1001 0 110000 1101 1000111 111111 1000010

Color Harmonies of #CBDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDF73

Black with #CBDF73

Text Example


Text Example

White with #CBDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDF73; }

 p { color: rgb(203,223,115); }

 H1.HeaderClassName
 {
   color: #CBDF73;
 }
 .AnyTagClassName
 {
   color: #CBDF73;
 }
</style>

background-color css

<style>
 a { background-color: #CBDF73; }

 a { background-color: rgb(203,223,115); }

 div.DivClassName
 {
   background-color: #CBDF73;
 }
 .BgClassName
 {
   background-color: #CBDF73;
 }
</style>

border-color css

<style>
 span { border-color: #CBDF73; }

 span { border-color: rgb(203,223,115); }

 td.TdClassName
 {
   border-color: #CBDF73;
 }
 .TagClassName
 {
   border-color: #CBDF73;
 }
</style>