Html Css Color HEX #CBE66A Mindaro

📋 copy color: '#CBE66A'

red 203 ◦ green 230 ◦ blue 106

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

Shades of Mindaro #CBE66A

Tints of Mindaro #CBE66A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.67%

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

R = 37.66%
G = 42.67%
B = 19.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#CBE66A (or 0xCBE66A) is known color: Mindaro. HEX triplet: CB, E6 and 6A. RGB value is (203,230,106). Sum of RGB (Red+Green+Blue) = 203+230+106=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE66A is #341995. Grayscale: #D0D0D0. Windows color (decimal): -3414422 or 7005899. OLE color: 7005899.

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

Color convert

RGB 203 230 106 -
CMYK 0.12 0 0.54 0.10
HSL 73.06º 0.71% 0.66% -
HSV(B) 73.06º 0.54% 0.9% -
XYZ 55.53 70.33 24.28 -
YUV 207.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 203 230 106 0.12 0 0.54 0.10 73.06 0.71 0.66
Hex CB E6 6A C 0 36 A 49 47 42
Octal 313 346 152 14 0 66 12 111 107 102
Binary 11001011 11100110 1101010 1100 0 110110 1010 1001001 1000111 1000010

Color Harmonies of #CBE66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE66A

Black with #CBE66A

Text Example


Text Example

White with #CBE66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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