Html Css Color HEX #CBE16D Mindaro

📋 copy color: '#CBE16D'

red 203 ◦ green 225 ◦ blue 109

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

Shades of Mindaro #CBE16D

Tints of Mindaro #CBE16D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.9%

 BLUE value IS 109 (42.97% from 255) = 20.3%

R = 37.8%
G = 41.9%
B = 20.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#CBE16D (or 0xCBE16D) is known color: Mindaro. HEX triplet: CB, E1 and 6D. RGB value is (203,225,109). Sum of RGB (Red+Green+Blue) = 203+225+109=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE16D is #341E92. Grayscale: #CDCDCD. Windows color (decimal): -3415699 or 7201227. OLE color: 7201227.

HSL color Cylindrical-coordinate representation of color #CBE16D: hue angle of 71.38º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBE16D is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 109 -
CMYK 0.10 0 0.52 0.12
HSL 71.38º 0.66% 0.65% -
HSV(B) 71.38º 0.52% 0.88% -
XYZ 54.31 67.65 24.66 -
YUV 205.2 73.71 126.43 -
System Red Green Blue C M Y K H S L
Decimal 203 225 109 0.10 0 0.52 0.12 71.38 0.66 0.65
Hex CB E1 6D A 0 34 C 47 42 41
Octal 313 341 155 12 0 64 14 107 102 101
Binary 11001011 11100001 1101101 1010 0 110100 1100 1000111 1000010 1000001

Color Harmonies of #CBE16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE16D

Black with #CBE16D

Text Example


Text Example

White with #CBE16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE16D; }

 p { color: rgb(203,225,109); }

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

background-color css

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

 a { background-color: rgb(203,225,109); }

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

border-color css

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

 span { border-color: rgb(203,225,109); }

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