Html Css Color HEX #CFEE55 Mindaro

📋 copy color: '#CFEE55'

red 207 ◦ green 238 ◦ blue 85

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

Shades of Mindaro #CFEE55

Tints of Mindaro #CFEE55

RGB

 RED value IS 207 (81.25% from 255) = 39.06%

 GREEN value IS 238 (93.36% from 255) = 44.91%

 BLUE value IS 85 (33.59% from 255) = 16.04%

R = 39.06%
G = 44.91%
B = 16.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#CFEE55 (or 0xCFEE55) is known color: Mindaro. HEX triplet: CF, EE and 55. RGB value is (207,238,85). Sum of RGB (Red+Green+Blue) = 207+238+85=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE55 is #3011AA. Grayscale: #D3D3D3. Windows color (decimal): -3150251 or 5631695. OLE color: 5631695.

HSL color Cylindrical-coordinate representation of color #CFEE55: hue angle of 72.16º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFEE55 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 85 -
CMYK 0.13 0 0.64 0.07
HSL 72.16º 0.82% 0.63% -
HSV(B) 72.16º 0.64% 0.93% -
XYZ 57.95 75.07 20.03 -
YUV 211.29 56.73 124.94 -
System Red Green Blue C M Y K H S L
Decimal 207 238 85 0.13 0 0.64 0.07 72.16 0.82 0.63
Hex CF EE 55 D 0 40 7 48 52 3F
Octal 317 356 125 15 0 100 7 110 122 77
Binary 11001111 11101110 1010101 1101 0 1000000 111 1001000 1010010 111111

Color Harmonies of #CFEE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE55

Black with #CFEE55

Text Example


Text Example

White with #CFEE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE55; }

 p { color: rgb(207,238,85); }

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

background-color css

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

 a { background-color: rgb(207,238,85); }

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

border-color css

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

 span { border-color: rgb(207,238,85); }

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