Html Css Color HEX #CBF468 Mindaro

📋 copy color: '#CBF468'

red 203 ◦ green 244 ◦ blue 104

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

Shades of Mindaro #CBF468

Tints of Mindaro #CBF468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.87%

R = 36.84%
G = 44.28%
B = 18.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#CBF468 (or 0xCBF468) is known color: Mindaro. HEX triplet: CB, F4 and 68. RGB value is (203,244,104). Sum of RGB (Red+Green+Blue) = 203+244+104=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF468 is #340B97. Grayscale: #D8D8D8. Windows color (decimal): -3410840 or 6878411. OLE color: 6878411.

HSL color Cylindrical-coordinate representation of color #CBF468: hue angle of 77.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBF468 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 244 104 -
CMYK 0.17 0 0.57 0.04
HSL 77.57º 0.86% 0.68% -
HSV(B) 77.57º 0.57% 0.96% -
XYZ 59.48 78.4 25.09 -
YUV 215.78 64.92 118.88 -
System Red Green Blue C M Y K H S L
Decimal 203 244 104 0.17 0 0.57 0.04 77.57 0.86 0.68
Hex CB F4 68 11 0 39 4 4E 56 44
Octal 313 364 150 21 0 71 4 116 126 104
Binary 11001011 11110100 1101000 10001 0 111001 100 1001110 1010110 1000100

Color Harmonies of #CBF468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF468

Black with #CBF468

Text Example


Text Example

White with #CBF468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF468; }

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

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

background-color css

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

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

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

border-color css

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

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

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