Html Css Color HEX #CBF761 Mindaro

📋 copy color: '#CBF761'

red 203 ◦ green 247 ◦ blue 97

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

Shades of Mindaro #CBF761

Tints of Mindaro #CBF761

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.16%

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

R = 37.11%
G = 45.16%
B = 17.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#CBF761 (or 0xCBF761) is known color: Mindaro. HEX triplet: CB, F7 and 61. RGB value is (203,247,97). Sum of RGB (Red+Green+Blue) = 203+247+97=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF761 is #34089E. Grayscale: #D9D9D9. Windows color (decimal): -3410079 or 6420427. OLE color: 6420427.

HSL color Cylindrical-coordinate representation of color #CBF761: hue angle of 77.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF761 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 247 97 -
CMYK 0.18 0 0.61 0.03
HSL 77.6º 0.9% 0.67% -
HSV(B) 77.6º 0.61% 0.97% -
XYZ 60.05 80.08 23.6 -
YUV 216.74 60.42 118.2 -
System Red Green Blue C M Y K H S L
Decimal 203 247 97 0.18 0 0.61 0.03 77.6 0.9 0.67
Hex CB F7 61 12 0 3D 3 4E 5A 43
Octal 313 367 141 22 0 75 3 116 132 103
Binary 11001011 11110111 1100001 10010 0 111101 11 1001110 1011010 1000011

Color Harmonies of #CBF761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF761

Black with #CBF761

Text Example


Text Example

White with #CBF761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF761; }

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

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

background-color css

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

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

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

border-color css

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

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

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