Html Css Color HEX #CBE75C Mindaro

📋 copy color: '#CBE75C'

red 203 ◦ green 231 ◦ blue 92

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

Shades of Mindaro #CBE75C

Tints of Mindaro #CBE75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.49%

R = 38.59%
G = 43.92%
B = 17.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#CBE75C (or 0xCBE75C) is known color: Mindaro. HEX triplet: CB, E7 and 5C. RGB value is (203,231,92). Sum of RGB (Red+Green+Blue) = 203+231+92=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE75C is #3418A3. Grayscale: #CFCFCF. Windows color (decimal): -3414180 or 6088651. OLE color: 6088651.

HSL color Cylindrical-coordinate representation of color #CBE75C: hue angle of 72.09º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBE75C is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 231 92 -
CMYK 0.12 0 0.60 0.09
HSL 72.09º 0.74% 0.63% -
HSV(B) 72.09º 0.6% 0.91% -
XYZ 55.14 70.62 20.85 -
YUV 206.78 63.22 125.3 -
System Red Green Blue C M Y K H S L
Decimal 203 231 92 0.12 0 0.60 0.09 72.09 0.74 0.63
Hex CB E7 5C C 0 3C 9 48 4A 3F
Octal 313 347 134 14 0 74 11 110 112 77
Binary 11001011 11100111 1011100 1100 0 111100 1001 1001000 1001010 111111

Color Harmonies of #CBE75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE75C

Black with #CBE75C

Text Example


Text Example

White with #CBE75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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