Html Css Color HEX #CBE467 Mindaro

📋 copy color: '#CBE467'

red 203 ◦ green 228 ◦ blue 103

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

Shades of Mindaro #CBE467

Tints of Mindaro #CBE467

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.7%

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

R = 38.01%
G = 42.7%
B = 19.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#CBE467 (or 0xCBE467) is known color: Mindaro. HEX triplet: CB, E4 and 67. RGB value is (203,228,103). Sum of RGB (Red+Green+Blue) = 203+228+103=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE467 is #341B98. Grayscale: #CECECE. Windows color (decimal): -3414937 or 6808779. OLE color: 6808779.

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

Color convert

RGB 203 228 103 -
CMYK 0.11 0 0.55 0.11
HSL 72º 0.7% 0.65% -
HSV(B) 72º 0.55% 0.89% -
XYZ 54.82 69.16 23.29 -
YUV 206.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 203 228 103 0.11 0 0.55 0.11 72 0.7 0.65
Hex CB E4 67 B 0 37 B 48 46 41
Octal 313 344 147 13 0 67 13 110 106 101
Binary 11001011 11100100 1100111 1011 0 110111 1011 1001000 1000110 1000001

Color Harmonies of #CBE467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE467

Black with #CBE467

Text Example


Text Example

White with #CBE467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE467; }

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

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

background-color css

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

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

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

border-color css

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

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

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