Html Css Color HEX #CBF862 Mindaro

📋 copy color: '#CBF862'

red 203 ◦ green 248 ◦ blue 98

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

Shades of Mindaro #CBF862

Tints of Mindaro #CBF862

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.17%

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

R = 36.98%
G = 45.17%
B = 17.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#CBF862 (or 0xCBF862) is known color: Mindaro. HEX triplet: CB, F8 and 62. RGB value is (203,248,98). Sum of RGB (Red+Green+Blue) = 203+248+98=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF862 is #34079D. Grayscale: #DADADA. Windows color (decimal): -3409822 or 6486219. OLE color: 6486219.

HSL color Cylindrical-coordinate representation of color #CBF862: hue angle of 78º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBF862 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 248 98 -
CMYK 0.18 0 0.60 0.03
HSL 78º 0.91% 0.68% -
HSV(B) 78º 0.6% 0.97% -
XYZ 60.4 80.71 23.95 -
YUV 217.45 60.59 117.7 -
System Red Green Blue C M Y K H S L
Decimal 203 248 98 0.18 0 0.60 0.03 78 0.91 0.68
Hex CB F8 62 12 0 3C 3 4E 5B 44
Octal 313 370 142 22 0 74 3 116 133 104
Binary 11001011 11111000 1100010 10010 0 111100 11 1001110 1011011 1000100

Color Harmonies of #CBF862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF862

Black with #CBF862

Text Example


Text Example

White with #CBF862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF862; }

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

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

background-color css

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

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

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

border-color css

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

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

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