Html Css Color HEX #CBE770 Mindaro

📋 copy color: '#CBE770'

red 203 ◦ green 231 ◦ blue 112

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

Shades of Mindaro #CBE770

Tints of Mindaro #CBE770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.31%

 BLUE value IS 112 (44.14% from 255) = 20.51%

R = 37.18%
G = 42.31%
B = 20.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CBE770 (or 0xCBE770) is known color: Mindaro. HEX triplet: CB, E7 and 70. RGB value is (203,231,112). Sum of RGB (Red+Green+Blue) = 203+231+112=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE770 is #34188F. Grayscale: #D1D1D1. Windows color (decimal): -3414160 or 7399371. OLE color: 7399371.

HSL color Cylindrical-coordinate representation of color #CBE770: hue angle of 74.12º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBE770 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 231 112 -
CMYK 0.12 0 0.52 0.09
HSL 74.12º 0.71% 0.67% -
HSV(B) 74.12º 0.52% 0.91% -
XYZ 56.13 71.02 26.08 -
YUV 209.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 203 231 112 0.12 0 0.52 0.09 74.12 0.71 0.67
Hex CB E7 70 C 0 34 9 4A 47 43
Octal 313 347 160 14 0 64 11 112 107 103
Binary 11001011 11100111 1110000 1100 0 110100 1001 1001010 1000111 1000011

Color Harmonies of #CBE770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE770

Black with #CBE770

Text Example


Text Example

White with #CBE770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE770; }

 p { color: rgb(203,231,112); }

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

background-color css

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

 a { background-color: rgb(203,231,112); }

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

border-color css

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

 span { border-color: rgb(203,231,112); }

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