Html Css Color HEX #CBE272 Mindaro

📋 copy color: '#CBE272'

red 203 ◦ green 226 ◦ blue 114

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

Shades of Mindaro #CBE272

Tints of Mindaro #CBE272

RGB

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

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

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

R = 37.38%
G = 41.62%
B = 20.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#CBE272 (or 0xCBE272) is known color: Mindaro. HEX triplet: CB, E2 and 72. RGB value is (203,226,114). Sum of RGB (Red+Green+Blue) = 203+226+114=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE272 is #341D8D. Grayscale: #CECECE. Windows color (decimal): -3415438 or 7529163. OLE color: 7529163.

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

Color convert

RGB 203 226 114 -
CMYK 0.10 0 0.50 0.11
HSL 72.32º 0.66% 0.67% -
HSV(B) 72.32º 0.5% 0.89% -
XYZ 54.86 68.3 26.21 -
YUV 206.36 75.88 125.61 -
System Red Green Blue C M Y K H S L
Decimal 203 226 114 0.10 0 0.50 0.11 72.32 0.66 0.67
Hex CB E2 72 A 0 32 B 48 42 43
Octal 313 342 162 12 0 62 13 110 102 103
Binary 11001011 11100010 1110010 1010 0 110010 1011 1001000 1000010 1000011

Color Harmonies of #CBE272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE272

Black with #CBE272

Text Example


Text Example

White with #CBE272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE272; }

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

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

background-color css

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

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

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

border-color css

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

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

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