Html Css Color HEX #CFE971 Mindaro

📋 copy color: '#CFE971'

red 207 ◦ green 233 ◦ blue 113

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

Shades of Mindaro #CFE971

Tints of Mindaro #CFE971

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.13%

 BLUE value IS 113 (44.53% from 255) = 20.43%

R = 37.43%
G = 42.13%
B = 20.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CFE971 (or 0xCFE971) is known color: Mindaro. HEX triplet: CF, E9 and 71. RGB value is (207,233,113). Sum of RGB (Red+Green+Blue) = 207+233+113=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE971 is #30168E. Grayscale: #D4D4D4. Windows color (decimal): -3151503 or 7465423. OLE color: 7465423.

HSL color Cylindrical-coordinate representation of color #CFE971: hue angle of 73º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFE971 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 113 -
CMYK 0.11 0 0.52 0.09
HSL 73º 0.73% 0.68% -
HSV(B) 73º 0.52% 0.91% -
XYZ 57.85 72.74 26.61 -
YUV 211.55 72.39 124.76 -
System Red Green Blue C M Y K H S L
Decimal 207 233 113 0.11 0 0.52 0.09 73 0.73 0.68
Hex CF E9 71 B 0 34 9 49 49 44
Octal 317 351 161 13 0 64 11 111 111 104
Binary 11001111 11101001 1110001 1011 0 110100 1001 1001001 1001001 1000100

Color Harmonies of #CFE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE971

Black with #CFE971

Text Example


Text Example

White with #CFE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE971; }

 p { color: rgb(207,233,113); }

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

background-color css

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

 a { background-color: rgb(207,233,113); }

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

border-color css

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

 span { border-color: rgb(207,233,113); }

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