Html Css Color HEX #CBF061 Mindaro

📋 copy color: '#CBF061'

red 203 ◦ green 240 ◦ blue 97

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

Shades of Mindaro #CBF061

Tints of Mindaro #CBF061

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.44%

 BLUE value IS 97 (38.28% from 255) = 17.96%

R = 37.59%
G = 44.44%
B = 17.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#CBF061 (or 0xCBF061) is known color: Mindaro. HEX triplet: CB, F0 and 61. RGB value is (203,240,97). Sum of RGB (Red+Green+Blue) = 203+240+97=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF061 is #340F9E. Grayscale: #D5D5D5. Windows color (decimal): -3411871 or 6418635. OLE color: 6418635.

HSL color Cylindrical-coordinate representation of color #CBF061: hue angle of 75.52º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF061 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 97 -
CMYK 0.15 0 0.60 0.06
HSL 75.52º 0.83% 0.66% -
HSV(B) 75.52º 0.6% 0.94% -
XYZ 57.95 75.88 22.9 -
YUV 212.64 62.74 121.13 -
System Red Green Blue C M Y K H S L
Decimal 203 240 97 0.15 0 0.60 0.06 75.52 0.83 0.66
Hex CB F0 61 F 0 3C 6 4C 53 42
Octal 313 360 141 17 0 74 6 114 123 102
Binary 11001011 11110000 1100001 1111 0 111100 110 1001100 1010011 1000010

Color Harmonies of #CBF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF061

Black with #CBF061

Text Example


Text Example

White with #CBF061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF061; }

 p { color: rgb(203,240,97); }

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

background-color css

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

 a { background-color: rgb(203,240,97); }

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

border-color css

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

 span { border-color: rgb(203,240,97); }

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