Html Css Color HEX #CBE067 Mindaro

📋 copy color: '#CBE067'

red 203 ◦ green 224 ◦ blue 103

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

Shades of Mindaro #CBE067

Tints of Mindaro #CBE067

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.26%

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

R = 38.3%
G = 42.26%
B = 19.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#CBE067 (or 0xCBE067) is known color: Mindaro. HEX triplet: CB, E0 and 67. RGB value is (203,224,103). Sum of RGB (Red+Green+Blue) = 203+224+103=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE067 is #341F98. Grayscale: #CCCCCC. Windows color (decimal): -3415961 or 6807755. OLE color: 6807755.

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

Color convert

RGB 203 224 103 -
CMYK 0.09 0 0.54 0.12
HSL 70.41º 0.66% 0.64% -
HSV(B) 70.41º 0.54% 0.88% -
XYZ 53.73 66.99 22.93 -
YUV 203.93 71.04 127.34 -
System Red Green Blue C M Y K H S L
Decimal 203 224 103 0.09 0 0.54 0.12 70.41 0.66 0.64
Hex CB E0 67 9 0 36 C 46 42 40
Octal 313 340 147 11 0 66 14 106 102 100
Binary 11001011 11100000 1100111 1001 0 110110 1100 1000110 1000010 1000000

Color Harmonies of #CBE067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE067

Black with #CBE067

Text Example


Text Example

White with #CBE067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE067; }

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

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

background-color css

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

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

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

border-color css

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

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

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