Html Css Color HEX #CFFB5A Mindaro

📋 copy color: '#CFFB5A'

red 207 ◦ green 251 ◦ blue 90

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

Shades of Mindaro #CFFB5A

Tints of Mindaro #CFFB5A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.8%

 BLUE value IS 90 (35.55% from 255) = 16.42%

R = 37.77%
G = 45.8%
B = 16.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#CFFB5A (or 0xCFFB5A) is known color: Mindaro. HEX triplet: CF, FB and 5A. RGB value is (207,251,90). Sum of RGB (Red+Green+Blue) = 207+251+90=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFB5A is #3004A5. Grayscale: #DCDCDC. Windows color (decimal): -3146918 or 5962703. OLE color: 5962703.

HSL color Cylindrical-coordinate representation of color #CFFB5A: hue angle of 76.4º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFFB5A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 251 90 -
CMYK 0.18 0 0.64 0.02
HSL 76.4º 0.95% 0.67% -
HSV(B) 76.4º 0.64% 0.98% -
XYZ 62.07 83 22.42 -
YUV 219.49 54.92 119.09 -
System Red Green Blue C M Y K H S L
Decimal 207 251 90 0.18 0 0.64 0.02 76.4 0.95 0.67
Hex CF FB 5A 12 0 40 2 4C 5F 43
Octal 317 373 132 22 0 100 2 114 137 103
Binary 11001111 11111011 1011010 10010 0 1000000 10 1001100 1011111 1000011

Color Harmonies of #CFFB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFB5A

Black with #CFFB5A

Text Example


Text Example

White with #CFFB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFB5A; }

 p { color: rgb(207,251,90); }

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

background-color css

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

 a { background-color: rgb(207,251,90); }

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

border-color css

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

 span { border-color: rgb(207,251,90); }

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