Html Css Color HEX #CBE572 Mindaro

📋 copy color: '#CBE572'

red 203 ◦ green 229 ◦ blue 114

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

Shades of Mindaro #CBE572

Tints of Mindaro #CBE572

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.94%

 BLUE value IS 114 (44.92% from 255) = 20.88%

R = 37.18%
G = 41.94%
B = 20.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#CBE572 (or 0xCBE572) is known color: Mindaro. HEX triplet: CB, E5 and 72. RGB value is (203,229,114). Sum of RGB (Red+Green+Blue) = 203+229+114=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE572 is #341A8D. Grayscale: #D0D0D0. Windows color (decimal): -3414670 or 7529931. OLE color: 7529931.

HSL color Cylindrical-coordinate representation of color #CBE572: hue angle of 73.57º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBE572 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 114 -
CMYK 0.11 0 0.50 0.10
HSL 73.57º 0.69% 0.67% -
HSV(B) 73.57º 0.5% 0.9% -
XYZ 55.69 69.95 26.49 -
YUV 208.12 74.89 124.35 -
System Red Green Blue C M Y K H S L
Decimal 203 229 114 0.11 0 0.50 0.10 73.57 0.69 0.67
Hex CB E5 72 B 0 32 A 4A 45 43
Octal 313 345 162 13 0 62 12 112 105 103
Binary 11001011 11100101 1110010 1011 0 110010 1010 1001010 1000101 1000011

Color Harmonies of #CBE572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE572

Black with #CBE572

Text Example


Text Example

White with #CBE572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE572; }

 p { color: rgb(203,229,114); }

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

background-color css

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

 a { background-color: rgb(203,229,114); }

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

border-color css

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

 span { border-color: rgb(203,229,114); }

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