Html Css Color HEX #CBE16A Mindaro

📋 copy color: '#CBE16A'

red 203 ◦ green 225 ◦ blue 106

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

Shades of Mindaro #CBE16A

Tints of Mindaro #CBE16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.85%

R = 38.01%
G = 42.13%
B = 19.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#CBE16A (or 0xCBE16A) is known color: Mindaro. HEX triplet: CB, E1 and 6A. RGB value is (203,225,106). Sum of RGB (Red+Green+Blue) = 203+225+106=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE16A is #341E95. Grayscale: #CDCDCD. Windows color (decimal): -3415702 or 7004619. OLE color: 7004619.

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

Color convert

RGB 203 225 106 -
CMYK 0.10 0 0.53 0.12
HSL 71.09º 0.66% 0.65% -
HSV(B) 71.09º 0.53% 0.88% -
XYZ 54.16 67.59 23.83 -
YUV 204.86 72.21 126.68 -
System Red Green Blue C M Y K H S L
Decimal 203 225 106 0.10 0 0.53 0.12 71.09 0.66 0.65
Hex CB E1 6A A 0 35 C 47 42 41
Octal 313 341 152 12 0 65 14 107 102 101
Binary 11001011 11100001 1101010 1010 0 110101 1100 1000111 1000010 1000001

Color Harmonies of #CBE16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE16A

Black with #CBE16A

Text Example


Text Example

White with #CBE16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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