Html Css Color HEX #CBE267 Mindaro

📋 copy color: '#CBE267'

red 203 ◦ green 226 ◦ blue 103

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

Shades of Mindaro #CBE267

Tints of Mindaro #CBE267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.36%

R = 38.16%
G = 42.48%
B = 19.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#CBE267 (or 0xCBE267) is known color: Mindaro. HEX triplet: CB, E2 and 67. RGB value is (203,226,103). Sum of RGB (Red+Green+Blue) = 203+226+103=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE267 is #341D98. Grayscale: #CDCDCD. Windows color (decimal): -3415449 or 6808267. OLE color: 6808267.

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

Color convert

RGB 203 226 103 -
CMYK 0.10 0 0.54 0.11
HSL 71.22º 0.68% 0.65% -
HSV(B) 71.22º 0.54% 0.89% -
XYZ 54.27 68.07 23.11 -
YUV 205.1 70.38 126.5 -
System Red Green Blue C M Y K H S L
Decimal 203 226 103 0.10 0 0.54 0.11 71.22 0.68 0.65
Hex CB E2 67 A 0 36 B 47 44 41
Octal 313 342 147 12 0 66 13 107 104 101
Binary 11001011 11100010 1100111 1010 0 110110 1011 1000111 1000100 1000001

Color Harmonies of #CBE267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE267

Black with #CBE267

Text Example


Text Example

White with #CBE267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE267; }

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

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

background-color css

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

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

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

border-color css

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

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

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