Html Css Color HEX #CBE65C Mindaro

📋 copy color: '#CBE65C'

red 203 ◦ green 230 ◦ blue 92

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

Shades of Mindaro #CBE65C

Tints of Mindaro #CBE65C

RGB

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

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

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

R = 38.67%
G = 43.81%
B = 17.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#CBE65C (or 0xCBE65C) is known color: Mindaro. HEX triplet: CB, E6 and 5C. RGB value is (203,230,92). Sum of RGB (Red+Green+Blue) = 203+230+92=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE65C is #3419A3. Grayscale: #CECECE. Windows color (decimal): -3414436 or 6088395. OLE color: 6088395.

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

Color convert

RGB 203 230 92 -
CMYK 0.12 0 0.60 0.10
HSL 71.74º 0.73% 0.63% -
HSV(B) 71.74º 0.6% 0.9% -
XYZ 54.86 70.06 20.76 -
YUV 206.2 63.55 125.72 -
System Red Green Blue C M Y K H S L
Decimal 203 230 92 0.12 0 0.60 0.10 71.74 0.73 0.63
Hex CB E6 5C C 0 3C A 48 49 3F
Octal 313 346 134 14 0 74 12 110 111 77
Binary 11001011 11100110 1011100 1100 0 111100 1010 1001000 1001001 111111

Color Harmonies of #CBE65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE65C

Black with #CBE65C

Text Example


Text Example

White with #CBE65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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