Html Css Color HEX #CBE266 Mindaro

📋 copy color: '#CBE266'

red 203 ◦ green 226 ◦ blue 102

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

Shades of Mindaro #CBE266

Tints of Mindaro #CBE266

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.56%

 BLUE value IS 102 (40.23% from 255) = 19.21%

R = 38.23%
G = 42.56%
B = 19.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#CBE266 (or 0xCBE266) is known color: Mindaro. HEX triplet: CB, E2 and 66. RGB value is (203,226,102). Sum of RGB (Red+Green+Blue) = 203+226+102=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE266 is #341D99. Grayscale: #CDCDCD. Windows color (decimal): -3415450 or 6742731. OLE color: 6742731.

HSL color Cylindrical-coordinate representation of color #CBE266: hue angle of 71.13º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBE266 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 102 -
CMYK 0.10 0 0.55 0.11
HSL 71.13º 0.68% 0.64% -
HSV(B) 71.13º 0.55% 0.89% -
XYZ 54.22 68.05 22.85 -
YUV 204.99 69.88 126.58 -
System Red Green Blue C M Y K H S L
Decimal 203 226 102 0.10 0 0.55 0.11 71.13 0.68 0.64
Hex CB E2 66 A 0 37 B 47 44 40
Octal 313 342 146 12 0 67 13 107 104 100
Binary 11001011 11100010 1100110 1010 0 110111 1011 1000111 1000100 1000000

Color Harmonies of #CBE266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE266

Black with #CBE266

Text Example


Text Example

White with #CBE266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE266; }

 p { color: rgb(203,226,102); }

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

background-color css

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

 a { background-color: rgb(203,226,102); }

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

border-color css

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

 span { border-color: rgb(203,226,102); }

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