Html Css Color HEX #CBE85F Mindaro

📋 copy color: '#CBE85F'

red 203 ◦ green 232 ◦ blue 95

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

Shades of Mindaro #CBE85F

Tints of Mindaro #CBE85F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.77%

 BLUE value IS 95 (37.5% from 255) = 17.92%

R = 38.3%
G = 43.77%
B = 17.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#CBE85F (or 0xCBE85F) is known color: Mindaro. HEX triplet: CB, E8 and 5F. RGB value is (203,232,95). Sum of RGB (Red+Green+Blue) = 203+232+95=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE85F is #3417A0. Grayscale: #D0D0D0. Windows color (decimal): -3413921 or 6285515. OLE color: 6285515.

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

Color convert

RGB 203 232 95 -
CMYK 0.12 0 0.59 0.09
HSL 72.7º 0.75% 0.64% -
HSV(B) 72.7º 0.59% 0.91% -
XYZ 55.55 71.24 21.65 -
YUV 207.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 203 232 95 0.12 0 0.59 0.09 72.7 0.75 0.64
Hex CB E8 5F C 0 3B 9 49 4B 40
Octal 313 350 137 14 0 73 11 111 113 100
Binary 11001011 11101000 1011111 1100 0 111011 1001 1001001 1001011 1000000

Color Harmonies of #CBE85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE85F

Black with #CBE85F

Text Example


Text Example

White with #CBE85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE85F; }

 p { color: rgb(203,232,95); }

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

background-color css

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

 a { background-color: rgb(203,232,95); }

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

border-color css

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

 span { border-color: rgb(203,232,95); }

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