Html Css Color HEX #CFE975 Mindaro

📋 copy color: '#CFE975'

red 207 ◦ green 233 ◦ blue 117

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

Shades of Mindaro #CFE975

Tints of Mindaro #CFE975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.01%

R = 37.16%
G = 41.83%
B = 21.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#CFE975 (or 0xCFE975) is known color: Mindaro. HEX triplet: CF, E9 and 75. RGB value is (207,233,117). Sum of RGB (Red+Green+Blue) = 207+233+117=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE975 is #30168A. Grayscale: #D4D4D4. Windows color (decimal): -3151499 or 7727567. OLE color: 7727567.

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

Color convert

RGB 207 233 117 -
CMYK 0.11 0 0.50 0.09
HSL 73.45º 0.73% 0.69% -
HSV(B) 73.45º 0.5% 0.91% -
XYZ 58.08 72.83 27.83 -
YUV 212 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 207 233 117 0.11 0 0.50 0.09 73.45 0.73 0.69
Hex CF E9 75 B 0 32 9 49 48 45
Octal 317 351 165 13 0 62 11 111 110 105
Binary 11001111 11101001 1110101 1011 0 110010 1001 1001001 1001000 1000101

Color Harmonies of #CFE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE975

Black with #CFE975

Text Example


Text Example

White with #CFE975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE975; }

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

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

background-color css

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

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

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

border-color css

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

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

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