Html Css Color HEX #CBF462 Mindaro

📋 copy color: '#CBF462'

red 203 ◦ green 244 ◦ blue 98

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

Shades of Mindaro #CBF462

Tints of Mindaro #CBF462

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.77%

 BLUE value IS 98 (38.67% from 255) = 17.98%

R = 37.25%
G = 44.77%
B = 17.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#CBF462 (or 0xCBF462) is known color: Mindaro. HEX triplet: CB, F4 and 62. RGB value is (203,244,98). Sum of RGB (Red+Green+Blue) = 203+244+98=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF462 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF462 is #340B9D. Grayscale: #D7D7D7. Windows color (decimal): -3410846 or 6485195. OLE color: 6485195.

HSL color Cylindrical-coordinate representation of color #CBF462: hue angle of 76.85º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF462 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 244 98 -
CMYK 0.17 0 0.60 0.04
HSL 76.85º 0.87% 0.67% -
HSV(B) 76.85º 0.6% 0.96% -
XYZ 59.18 78.28 23.55 -
YUV 215.1 61.92 119.37 -
System Red Green Blue C M Y K H S L
Decimal 203 244 98 0.17 0 0.60 0.04 76.85 0.87 0.67
Hex CB F4 62 11 0 3C 4 4D 57 43
Octal 313 364 142 21 0 74 4 115 127 103
Binary 11001011 11110100 1100010 10001 0 111100 100 1001101 1010111 1000011

Color Harmonies of #CBF462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF462

Black with #CBF462

Text Example


Text Example

White with #CBF462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF462; }

 p { color: rgb(203,244,98); }

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

background-color css

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

 a { background-color: rgb(203,244,98); }

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

border-color css

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

 span { border-color: rgb(203,244,98); }

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