Html Css Color HEX #CBE65F Mindaro

📋 copy color: '#CBE65F'

red 203 ◦ green 230 ◦ blue 95

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

Shades of Mindaro #CBE65F

Tints of Mindaro #CBE65F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.56%

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

R = 38.45%
G = 43.56%
B = 17.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#CBE65F (or 0xCBE65F) is known color: Mindaro. HEX triplet: CB, E6 and 5F. RGB value is (203,230,95). Sum of RGB (Red+Green+Blue) = 203+230+95=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE65F is #3419A0. Grayscale: #CFCFCF. Windows color (decimal): -3414433 or 6285003. OLE color: 6285003.

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

Color convert

RGB 203 230 95 -
CMYK 0.12 0 0.59 0.10
HSL 72º 0.73% 0.64% -
HSV(B) 72º 0.59% 0.9% -
XYZ 54.99 70.12 21.46 -
YUV 206.54 65.05 125.48 -
System Red Green Blue C M Y K H S L
Decimal 203 230 95 0.12 0 0.59 0.10 72 0.73 0.64
Hex CB E6 5F C 0 3B A 48 49 40
Octal 313 346 137 14 0 73 12 110 111 100
Binary 11001011 11100110 1011111 1100 0 111011 1010 1001000 1001001 1000000

Color Harmonies of #CBE65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE65F

Black with #CBE65F

Text Example


Text Example

White with #CBE65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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