Html Css Color HEX #CBDE72 Mindaro

📋 copy color: '#CBDE72'

red 203 ◦ green 222 ◦ blue 114

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

Shades of Mindaro #CBDE72

Tints of Mindaro #CBDE72

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.19%

 BLUE value IS 114 (44.92% from 255) = 21.15%

R = 37.66%
G = 41.19%
B = 21.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#CBDE72 (or 0xCBDE72) is known color: Mindaro. HEX triplet: CB, DE and 72. RGB value is (203,222,114). Sum of RGB (Red+Green+Blue) = 203+222+114=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDE72 is #34218D. Grayscale: #CCCCCC. Windows color (decimal): -3416462 or 7528139. OLE color: 7528139.

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

Color convert

RGB 203 222 114 -
CMYK 0.09 0 0.49 0.13
HSL 70.56º 0.62% 0.66% -
HSV(B) 70.56º 0.49% 0.87% -
XYZ 53.79 66.15 25.85 -
YUV 204.01 77.21 127.28 -
System Red Green Blue C M Y K H S L
Decimal 203 222 114 0.09 0 0.49 0.13 70.56 0.62 0.66
Hex CB DE 72 9 0 31 D 47 3E 42
Octal 313 336 162 11 0 61 15 107 76 102
Binary 11001011 11011110 1110010 1001 0 110001 1101 1000111 111110 1000010

Color Harmonies of #CBDE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDE72

Black with #CBDE72

Text Example


Text Example

White with #CBDE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDE72; }

 p { color: rgb(203,222,114); }

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

background-color css

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

 a { background-color: rgb(203,222,114); }

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

border-color css

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

 span { border-color: rgb(203,222,114); }

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