Html Css Color HEX #CFF153 Mindaro

📋 copy color: '#CFF153'

red 207 ◦ green 241 ◦ blue 83

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

Shades of Mindaro #CFF153

Tints of Mindaro #CFF153

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.39%

 BLUE value IS 83 (32.81% from 255) = 15.63%

R = 38.98%
G = 45.39%
B = 15.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#CFF153 (or 0xCFF153) is known color: Mindaro. HEX triplet: CF, F1 and 53. RGB value is (207,241,83). Sum of RGB (Red+Green+Blue) = 207+241+83=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF153 is #300EAC. Grayscale: #D5D5D5. Windows color (decimal): -3149485 or 5501391. OLE color: 5501391.

HSL color Cylindrical-coordinate representation of color #CFF153: hue angle of 72.91º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFF153 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 83 -
CMYK 0.14 0 0.66 0.05
HSL 72.91º 0.85% 0.64% -
HSV(B) 72.91º 0.66% 0.95% -
XYZ 58.75 76.8 19.91 -
YUV 212.82 54.74 123.85 -
System Red Green Blue C M Y K H S L
Decimal 207 241 83 0.14 0 0.66 0.05 72.91 0.85 0.64
Hex CF F1 53 E 0 42 5 49 55 40
Octal 317 361 123 16 0 102 5 111 125 100
Binary 11001111 11110001 1010011 1110 0 1000010 101 1001001 1010101 1000000

Color Harmonies of #CFF153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF153

Black with #CFF153

Text Example


Text Example

White with #CFF153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF153; }

 p { color: rgb(207,241,83); }

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

background-color css

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

 a { background-color: rgb(207,241,83); }

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

border-color css

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

 span { border-color: rgb(207,241,83); }

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